__construct() __construct(mixed $dict, mixed $lang) : mixed Default constructor Parameters mixed $dict mixed $lang Returns mixed —
languages() languages() : array Return a list of languages supported by this backend Returns array — Indexed list of language codes
check() check(string $text) : bool Set content and check spelling Parameters string $text Text content for spellchecking Returns bool — True when no misspelling found, otherwise false
get_suggestions() get_suggestions(string $word) : array Returns suggestions for the specified word Parameters string $word The word Returns array — Suggestions list
get_words() get_words(string $text = null) : array Returns misspelled words Parameters string $text The content for spellchecking. If empty content used for check() method will be used. Returns array — List of misspelled words